home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / Programy / powarc920cz.exe / {app} / POWERARC.EXE / 0 / RCDATA / TFAVORITEFORM / TFAVORITEFORM.txt
Text File  |  2005-03-06  |  3KB  |  142 lines

  1. object FavoriteForm: TFavoriteForm
  2.   Left = 281
  3.   Top = 249
  4.   BorderStyle = bsDialog
  5.   Caption = 'Favorite Folders'
  6.   ClientHeight = 262
  7.   ClientWidth = 490
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   KeyPreview = True
  11.   OldCreateOrder = True
  12.   Scaled = False
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   OnKeyPress = FormKeyPress
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label3: TLabel
  20.     Left = 8
  21.     Top = 9
  22.     Width = 65
  23.     Height = 13
  24.     Caption = 'Archive &type:'
  25.     FocusControl = FileType
  26.   end
  27.   object FILENAME: TTntLabel
  28.     Left = 8
  29.     Top = 240
  30.     Width = 377
  31.     Height = 13
  32.     AutoSize = False
  33.   end
  34.   object FileType: TComboBox
  35.     Left = 88
  36.     Top = 6
  37.     Width = 294
  38.     Height = 21
  39.     Style = csDropDownList
  40.     ItemHeight = 13
  41.     TabOrder = 0
  42.     OnChange = FileTypeChange
  43.     Items.Strings = (
  44.       'All archives'
  45.       'Encrypted files'
  46.       'Encoded files'
  47.       'ZIP files'
  48.       'RAR files'
  49.       'CAB files'
  50.       'LHA files'
  51.       'ACE files'
  52.       'ARJ files'
  53.       'JAR files'
  54.       'ARC files'
  55.       'ZOO files'
  56.       'BH (BlakHole) files'
  57.       'TAR, TAR.GZ and TAR.BZ2 files')
  58.   end
  59.   object FileList: TdfsExtListView
  60.     Left = 7
  61.     Top = 32
  62.     Width = 374
  63.     Height = 195
  64.     SmallImages = dfsSystemImageList1
  65.     Columns = <
  66.       item
  67.         Caption = 'Name'
  68.         Width = 107
  69.       end
  70.       item
  71.         Alignment = taCenter
  72.         Caption = 'Date'
  73.         Width = 115
  74.       end
  75.       item
  76.         Caption = 'Folder'
  77.         Width = 128
  78.       end>
  79.     ExtendedStyles = [lvxFullRowSelect]
  80.     ColumnsFormat = <>
  81.     ShowSortArrows = True
  82.     OnDblClick = FileListDblClick
  83.     ReadOnly = True
  84.     OnChange = FileListChange
  85.     OnColumnClick = FileListColumnClick
  86.     TabOrder = 1
  87.     ViewStyle = vsReport
  88.   end
  89.   object SearchButt: TButton
  90.     Left = 391
  91.     Top = 72
  92.     Width = 92
  93.     Height = 25
  94.     Caption = '&Find Archives...'
  95.     TabOrder = 4
  96.     OnClick = SearchButtClick
  97.   end
  98.   object CancelButt: TButton
  99.     Left = 391
  100.     Top = 40
  101.     Width = 92
  102.     Height = 25
  103.     Caption = '&Cancel'
  104.     TabOrder = 3
  105.     OnClick = CancelButtClick
  106.   end
  107.   object OKButt: TButton
  108.     Left = 391
  109.     Top = 8
  110.     Width = 92
  111.     Height = 25
  112.     Caption = '&Open'
  113.     Default = True
  114.     TabOrder = 2
  115.     OnClick = OKButtClick
  116.   end
  117.   object OptionsButt: TButton
  118.     Left = 391
  119.     Top = 232
  120.     Width = 92
  121.     Height = 25
  122.     Caption = 'O&ptions...'
  123.     TabOrder = 6
  124.     OnClick = OptionsButtClick
  125.   end
  126.   object Button1: TButton
  127.     Left = 391
  128.     Top = 104
  129.     Width = 92
  130.     Height = 25
  131.     Caption = '&Help'
  132.     TabOrder = 5
  133.     OnClick = Button1Click
  134.   end
  135.   object dfsSystemImageList1: TdfsSystemImageList
  136.     ShareImages = True
  137.     ImageSize = isSmall
  138.     Left = 16
  139.     Top = 72
  140.   end
  141. end
  142.